Overload | Description |
---|---|
Combo(ComboModel) | Accepts a model class and returns a string that will be rendered in the view |
Combo(String,ComboModel) | Accepts a model class and returns a string that will be rendered in the view. |
Combo(ComboModel,IDictionary<String,Object>) | Accepts a model class and HTML attributes and returns a string that will be rendered in the view. |
Combo(ComboModel,Object) | Accepts a model class and HTML attributes and returns a string that will be rendered in the view. |
Combo() | Helper to configure a Combo widget. |
Combo(String) | Helper to configure a Combo widget for name. |
Combo(String,IEnumerable) | Helper to configure a Combo widget for name and data source. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub